function OpenNew(new_link1,cx,cy){

		var newwindow=window.open(new_link1,"about_blank","status=yes,scrollbars=yes,width="+cx+", height="+cy+",top="+(screen.availHeight/2-170)+",left="+(screen.availWidth/2-200));

		//newwindow.moveTo(0,0);

	}
