// JavaScript Document
function winOpen(){
	window.open("push_con.htm","newwin"," width=500,height=500,resizable=0,scrollbars=1");
}