<!--
function openW(x)	
{
	switch (x)
	  {
	    case 'vbinfo':
		 {
		window.open('include/info_vbcode.asp','VBCode','width=600,height=600,top=1,left=1,menubar=no,SCROLLBARS=1'); break
		 }
	     case 'smilies':
		 {
		window.open('include/info_smilies.asp','Smilies','width=400,height=400,top=100,left=100,menubar=no,SCROLLBARS=1');break
		 }
	  case 'uploadbild':
		 {
			window.open('include/action_upload.asp?area=bilder','BildUpload','width=400,height=100,top=1,left=400,menubar=no,SCROLLBARS=0');break
		 }
	 case 'uploadevent':
		 {
		window.open('include/action_upload.asp?area=event','EventUpload','width=400,height=100,top=1,left=400,menubar=no,SCROLLBARS=0');break
		 }
	 case 'uploadeventgross':
		 {
		window.open('include/action_upload.asp?area=eventgross','EventUploadBig','width=400,height=100,top=1,left=400,menubar=no,SCROLLBARS=0');break
		 }
	case 'shortevent':
		 {
		window.open('module/shortevents.asp','_blank','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1');break
		 }
	case 'disclaimer':
		 {
		window.open('http://www.disclaimer.de/disclaimer.htm?farbe=FFFFFF/000000/000000/000000"','Disclaimer','width=600,height=400,top=1,left=100,menubar=no,SCROLLBARS=1');break
		 }
	case 'ncjshop':
		 {
		window.open('http://www.spreadshirt.de/shop.php?sid=18996','NCJ_Shop','width=620,height=600,top=1,left=100,menubar=no,  status=1,SCROLLBARS=1');break
		 }
	case 'ncjplayer':
		{
		window.open('box/player_v2/player2.swf','NCJ_PLayer','width=150,height=80,top=1,left=400,toolbar=no, directories=no, location=no,  status=no, menubar=no,resizable=no, scrollbars=no');break
		}
	case 'ncjchat':
		 {
		window.open('http://www.chatfete.de/CuteSoft_Client/CuteChat/CH_MainForm.Aspx?ChannelId=50987aee-0365-4265-9708-27dbba96d334','ncjamCHAT','width=800,height=600,top=1,left=100,menubar=no,SCROLLBARS=1');break
		 }
	    // And so on.. and so on..
  	  }

}

function openBPRE(x)	
{
	window.open('module/battle_invite_pre.asp?BATID='+x,'Battle_Einladung_Vorschau','width=500,height=400,top=1,left=100,menubar=no,status=0,SCROLLBARS=1')
}

function openWS(x)	
{
	window.open('module/shortevents_detail.asp?ESID='+x,'ShortEventDetails','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}

function openBD(x)	
{
	window.open('module/bilder_detail.asp?pID='+x,'BilderDetail','width=610,height=600,top=1,left=400,menubar=no,SCROLLBARS=1')
	
}

function openND(x)	
{
	window.open('module/news_detail.asp?nID='+x,'NewsDetail','width=610,height=600,top=1,left=400,menubar=no,SCROLLBARS=1')
	
}
function openIC(x)	
{
	window.open('module/interviews_detail.asp?IID='+x,'InterviewDetail','width=610,height=600,top=1,left=400,menubar=no,SCROLLBARS=1')
	
}

function openBGU(x)	
{
	window.open('module/bilder_gallery_user.asp?U='+x,'BilderGalleryUser','width=610,height=600,top=10,left=400,menubar=No,Status=No,Scrollbars=1,scrolling=auto')

}

function openBGUM(x)	
{
	window.open('module/musik_gallery_user.asp?U='+x,'MusikGalleryUser','width=610,height=600,top=10,left=400,menubar=No,Status=No,Scrollbars=1,scrolling=auto')

}

function openBAL(x)	
{
	window.open('include/action_delalbumpic.asp?BID='+x,'PictureDelete','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}

function openWMTAD(x)	
{
	window.open('include/action_delthreadabo.asp?TMID='+x,'MesboardThreadAboDelete','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}



function openWSD(x)	
{
	window.open('module/shortevents.asp?ESID='+x,'ShortEventEntry','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}

function openWB(x)	
{
	window.open('module/bilder_edit.asp?BID='+x,'PictureEdit','width=400,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}

function openWME(x)	
{
	window.open('module/mes_postedit.asp?PMID='+x,'MesBoardPostEdit','width=650,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}
function openWMED(x)	
{
	varConfirm = confirm("Sure you want delete your Post?");
	if (varConfirm == true)
  {
  		window.open('module/mes_postdelete.asp?PMID='+x,'MesBoardPostDelete','width=200,height=100,top=1,left=400,menubar=no,SCROLLBARS=1')
  }
  else
  {
    alert("Post Delete canceled!");
   }
}
function openWMEMOD(x)	
{
	window.open('module/mes_postmod.asp?PMID='+x,'MesBoardPostAnnounce','width=500,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}
function openWMTE(x)	
{
	window.open('module/mes_threadedit.asp?TMID='+x,'MesBoardThreadEdit','width=650,height=400,top=1,left=400,menubar=no,SCROLLBARS=1')
}

function openWMTC(x)	
{
	window.open('module/mes_threadclose.asp?TMID='+x,'MesBoardThreadClose','width=200,height=100,top=1,left=400,menubar=no,SCROLLBARS=1')
}
function openWMTD(x)	
{
	window.open('module/mes_threaddeactivate.asp?TMID='+x,'MesBoardThreadHide','width=200,height=100,top=1,left=400,menubar=no,SCROLLBARS=1')
}
function openWMTS(x)	
{
	window.open('module/mes_threadstick.asp?TMID='+x,'MesBoardThreadStick','width=200,height=100,top=1,left=400,menubar=no,SCROLLBARS=1')
}

//-->

