window.onerror=null;
function changeImg(iname, newname) {
document.images[iname].src = newname;
}
function loadpage(url) {
location = url;
}
function preview(idfrom) {
if (!idfrom) {
NewWin=window.open('images/preview/','preview','width=740,height=734,left=10,top=2,menubar=0,status=0,scrollbars=1,resizable=1');
y=854;
}
else {
NewWin=window.open('images/preview/','preview','width=740,height=664,left=10,top=2,menubar=0,status=0,scrollbars=1,resizable=1');
y=784;
}
if (y+10 > screen.availHeight) y=screen.availHeight-10;
NewWin.resizeTo(750,y);
NewWin.window.focus();
}
function ref0() {
}
function leaveit() 
{
checkw=window.open('preview.php','pretty','height=720,width=440,left=0,top=0,toolbar=0,location=0,directories=0,location=0,status=0,menuBar=0,scrollbars=0,resizable=0');
window.focus();
}
