


//function open_window(url) {
//mywin = window.open(url,"win",'toolbar=0','location=0','directories=0','status=0','menubar=0','scrollbars=1',resizable=1, left=200,top=200, scrollbars=1,width=340,height=215');
//}

function openwindow()
{
window.open("/security_code.html",
	"mywindow","location=1,status=1,scrollbars=1,scrollbars=1,resizable=1, left=200,top=200,width=340,height=215");
}

