function showReferWindow()
{
	window.open('../refer.php?url=' + location.href,'','height=360,width=550,location=no,toolbar=no,resizable=yes,titlebar=yes,status=yes, top=100, left=200');
	return;
}