var exit=true;
function PopSmallWin(theURL,theName,theFeats)
{	
	var NewSWin = window.open(theURL, theName, theFeats);
}
