/* the JavaScript placed here is applied to every page on your site */









/*

function openWin(url,windowName) {
	newWin = window.open(url,windowName,"height=200,width=200,menubar=no,status=yes,scrollbars=no,toolbar=no,directories=no,location=no,resizable=no");
	newWin.moveTo(0,0);
	newWin.focus();
}

*/
