/*フルスクリーン表示*/
function Full_Win(thePage){
var theWidth = screen.availWidth;
var theHeight = screen.availHeight;
window.open(thePage,"webcatlog","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,left=0,top=0,width="+theWidth+",height="+theHeight);
}

