//Open window with large image on white pages

function load(theURL) {
var load = window.open(theURL,'','scrollbars=no,menubar=no,height=520,width=520,resizable=no,toolbar=no,location=no,status=no,top=100,left=100');
}

function load1(theURL) {
var load = window.open(theURL,'','scrollbars=no,menubar=no,height=700,width=840,resizable=no,toolbar=no,location=no,status=no,top=50,left=50');
}

function load2(theURL) {
var load = window.open(theURL,'','scrollbars=no,menubar=no,height=680,width=680,resizable=no,toolbar=no,location=no,status=no,top=50,left=50');
}


function load3(theURL) {
var load = window.open(theURL,'','scrollbars=no,menubar=no,height=1020,width=940,resizable=no,toolbar=no,location=no,status=no,top=5,left=5');
}

function load4(theURL) {
var load = window.open(theURL,'','scrollbars=no,menubar=no,height=1020,width=940,resizable=no,toolbar=no,location=no,status=no,top=5,left=5');
}

//End of open window with large image on white pages

