function popprivwin(strURL) {
window.open(strURL,'popprivwin','width=580,height=450,resizable=yes,scrollbars=yes,left=0,top=0,menubar=no,status=no,toolbar=no,location=no');
	}

function fullwin(strURL) {
window.open(strURL,'fullwin','width=580,height=450,resizable=yes,scrollbars=yes,left=0,top=0,menubar=yes,status=yes,toolbar=yes,location=yes');
	}

function poppicwin(strJPG) {
gallerywin=window.open(strJPG,'poppicwin','width=630,height=500,resizable=yes,scrollbars=yes,left=0,top=0,menubar=no,status=no,toolbar=no,location=no');
	}

function poplanwin(strJPG) {
gallerywin=window.open(strJPG,'poplanwin','width=640,height=480,resizable=yes,scrollbars=yes,left=0,top=0,menubar=no,status=no,toolbar=no,location=no');
	}

