///#####################################################
// General Functions
//#####################################################
	
//------------------------------------------------------------------------------------------------------------
//- General ----------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------------------
function helpPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=600,width=920,left=20,top=50,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
	
function namePopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=520,width=470,left=20,top=50,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}

function advertPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=520,width=315,left=20,top=50,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
	
//------------------------------------------------------------------------------------------------------------

