
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 relatedCellOver(thisCell) {
 thisCell.style.backgroundColor = '#F1EFA0'
return true;
}

function relatedCellOut(thisCell) {
thisCell.style.backgroundColor = '#ffffBB';
return true;
}


function open_Custom_Window(page,Dims) {
	OpenWin = this.open(page, "new",Dims );
}


function open_RADimg(page,Dims) {
OpenWin = this.open(page, "new",Dims );
}

