function closeWin(){
	window.close();
}

function openWin(name){
	window.open(name+".html","newWin","width=700,height=500,scrollbars=yes,menubar=no,toolbar=no,resizable=yes");
}

function contactOpenWin(name){
	window.open("../"+name+".html","newWin","width=700,height=500,scrollbars=yes,menubar=no,toolbar=no,resizable=yes");
}

