function imgPop(x)
{
	abcd=window.open(x, "KwWin1", "status=no, resize=no, toolbar=no, scrollbars=yes, width=700, height=500")
	abcd.moveTo(0,0);
}
function rec(x)
{
	abcd=window.open(x, "", "status=no, resize=no, toolbar=no, scrollbars=no, width=350, height=350")
	abcd.moveTo(50,50);
}