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