g_large = function(img)
{

window.open(img, "Large", "width=640, height=440, status, no, no, screenX=40,screenY=100");

}
contentSized = function(url)
{

window.open(url, "Large", "width=400, height=600, no, yes, no, screenX=40,screenY=100");

}