function window_pop(url,wwidth,wheight) {
	newWindow = window.open(url,'newWindow', 'scrollbars=auto,left=50,top=50,width=' + wwidth + ',height=' + wheight);
}
