<!-- // begin hiding
 
var value = null;
function OpenWin(value,wval,hval) 
{
window.open(value,'popup','resizable=yes,width=' + wval + ',height=' + hval + ',status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
}		

var value = null;
function PO(value)
{
window.open('print.asp?what='+value,'PRINT','resizable=yes,width=500,height=400,status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
}

var value = null;
function POL(value)
{
window.open('print_toydrop_locations.asp','PRINT','resizable=yes,width=500,height=400,status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
}


function confirmSubmit()
{
var agree=confirm("Are you sure you wish to continue?");
if (agree)
	return true ;
else
	return false ;
}




function ResizeToFit()
{
var imgWidth
var imgHeight

imgWidth = document.imgAlt.width + 100
imgHeight = document.imgAlt.height + 80

window.resizeTo(imgWidth, imgHeight)
}


//disable right click
//function click() {
//if (event.button==2) {
//alert(' sorry the right button has been blocked !');
//}
//}
//document.onmousedown=click




indexStatus = "Toys For Tots - Southern California";


	// end hiding -->