function openWin (winVar, URL, winFeatures){
	var openedWinVar = window.open(URL,'', winFeatures);
}
