// POPUP WINDOWS OPEN
function openWin (url , attributes) {
		var winpopped = window.open( url , "winpopup" , attributes );
}
