// Popup

function ShowPop() {
	window.open("wanted.htm","wanted","location=no,toolbars=no,scrollbars=no,status=no,width=279,height=434,left=50,top=50");
}

