// Common function for all pages of the site

function LaunchReferral(){
	wndR = window.open("http://www.bikersdream.ca/referral/form.html","wndRefer", "menubar=no,toolbar=yes,location=no,directories=no,ststus=no,scrollbars=yes,resizable=yes,width=788,height=512");
}

function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 0;
	var wint = (screen.height - h) / 0;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

//function opn( u ){
//	wnd = window.open(u,"wndHomesite", "menubar=no,toolbar=yes,location=no,directories=no,ststus=no,scrollbars=yes,resizable=yes,width=788,height=512");
//}
