function OpenWindow(theURL,winName,features) {
	detail = window.open(theURL,winName,features);
}

