// JavaScript Document

function winpops(theURL,winName,feafures) {
	
	window.open(theURL,winName,feafures);
	
}
