// PublishParer 2009-2010 - jan09 - Feb09 - Jun010 JavaScript Document

//POPUP GEN
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//CATALOG
function openCatalogue( aCodeCatalogue ) {
	MM_openBrWindow('demo/'+encodeURI(aCodeCatalogue)+'/index.htm', 'demo'+aCodeCatalogue.substring(0,aCodeCatalogue.indexOf("/")), 'top=1,left=1,width=950,height=750,resizable=yes,location=no,status=no,scrollbars=auto');
}

function openPublishBox ( file ){
	url=file+ "index.htm";
	publishBoxP = window.open(url, 'publishBoxF', 'top=0,left=0,width='+screen.availWidth+',height='+screen.availHeight+', location=no,status=no,scrollbars=auto, resizable=yes');
}
