
function openWin(theType) {
	var load = window.open('/whatDoIGet.php' + '#'+theType,'','scrollbars=yes,menubar=no,height=400,width=600,resizable=yes,toolbar=no,location=no,status=no');
}

function openImageInNewWin(theImage) {
	var load = window.open(''+theImage,'','scrollbars=yes,menubar=no,height=680,width=480,resizable=yes,toolbar=no,location=no,status=no');
}
