

//This function opens a popup window with a specipied url



function popUp(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=350,left = 80,top = 80');");

}


//This fuction opens large windows of jute bag pictures



function popUppic(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=360,left = 80,top = 80');");

}


function popUppicstick(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=322,height=450,left = 80,top = 80');");

}

function popUppicbig(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=250,left = 80,top = 80');");

}

function popUppicbigver(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=600,left = 80,top = 80');");

}