// JavaScript Document
function winopen(URL,name,features) {
	window.open(URL,name,features);
}
