function openWindow(url,name,prop) {
	var new_win = window.open(url,name,prop);
}