function WindowOpen(url,name,status){
	window.open(url,name,status);
}