
function Start(page,height) {
OpenWin = this.open(page, "new", "height=500,width=550,location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function cast_thumbs(page,height) {
OpenWin = this.open(page, "new", "height=400,width=550,location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}

function largeimage(page,height) {
OpenWin = this.open(page, "new", "height=500,width=550,location=no,directories=no,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
}


function del_limage(delthis) {
if(confirm("Do you really want to remove this image"))
window.location=delthis;
}

function open_Custom_Window(page,Dims) {
	OpenWin = this.open(page, "new",Dims );
}