// JavaScript Document

function xcx(incom){
	window.open(incom,"","width=500,height=400");
	
}