﻿//alert("buenas");

function doShowContent()
{
	var theform = getForm();
	var url = "/guiapublic/content/ShowContent.aspx?id=" + EMAP_SELOBJ["DBOID"];
	url += "&lang=" + theform.EMAP_LANG.value;
	window.open( url,"","width=900,height=600,resizable=yes") ;
}

