function open1()
{
var WO1;
WO1=window.open("http://www.potomak.co.jp/pot2/index.html","winc1","status=yes,scrollbars=yes,toolbar=no,location=no,directories=no,width=460,height=416");
WO1.focus();
}


