/*  ================================================================================
catalogPOPUP
================================================================================  */
var mpnCatalogViewWnd;
function CatalogViewOpenAction(id){
	var url = 'http://download.shikoku.co.jp/CATALOG_LINK/cgi-bin/openCatalog.cgi?id=' + id;
	mpnCatalogViewWnd = window.open(url, 'CATALOGVIEW', 'height=680,width=1008,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,titlebar=no,top=0,left=0,screenX=0,screenY=0');
	mpnCatalogViewWnd.focus();
}

/*  ================================================================================
catalogPOPUP Cover
================================================================================  */
function openCatalogCover(theURL){
  var top = 0;
  var left = 0;
  window.open(theURL,'CATALOGVIEW','scrollbars=no,resizable=no,width=1008,height=608,top='+top+',left='+left+',screenX='+left+',screenY='+top);
}
