function gotoPage(Temp){
	window.location.href = Temp;
} 

function nicesale_imageviewer(sPicURL) { 
	window.open("nicesale_imageviewer.asp?key="+ sPicURL, "ViewImage", "left=20,top=20,scrollbars=1,resizable=1,HEIGHT=200,WIDTH=200"); 
}

function ViewDocument(key) { 
     window.open("/window_popup.asp?key="+key, "myhelp", "left=20,top=20,scrollbars=1,resizable=0,HEIGHT=450,WIDTH=650"); 
} 