function openWindow(theURL,winname,features){
	window.open(theURL,winname,features);
}

