/* $Header: /home/cvs/cvsroot/customer/kut/site_data/008/00001008/static_data/js/Attic/custom_wrapper.js,v 1.1.2.1 2002/07/05 23:54:41 paulj Exp $ */
function contactpopupwindow(){
window.open("contact.html","","width=300,height=500, resizable=0,scrollbars=0, status=0, left=0,top=0")

}

function redir(loc) {
	if(loc.indexOf("http:") >= 0 || loc.indexOf("https:") >= 0) {
		window.open(loc, "newWindow","width=650,height=500,resizable=yes,scrollbars=yes,directories=no,location=no,menubar=no");
	} else {
		window.location=loc;
	}
}