//
// send to a friend vars
//
function winPop(url, w, h) {
	window.open( url, "RegHelp", "toolbar=no,location=no,resizable=no,scrollbars=no,status=no,height="+h+",width="+w);
}
