document.write("<scr" + "ipt type='text/javascript' src='/js/pack/mootools.js'><\/scr" + "ipt>" );

function openPopUp(p_url,p_window_name,p_width,p_height,p_top,p_left,p_scrollbar,p_menubar,p_statusbar,p_toolbar,p_locationbar,p_directories,p_resizable) {
  var r_window;
  r_window = null;

  if ($('alerthere')) {
	  var pos = $('alerthere').getPosition();

	  // position de la fenčtre du navigateur
	  var pos2 = 0;
	  if(window.screenX) { pos2 = window.screenX; }
	  if(window.screenLeft) { pos2 = window.screenLeft; }

	  // position X finale
	  var p_left = pos.x.toInt() + pos2 + 280;
	  var p_top = 60;
  }

  if ($('contleftcol')) {
	  var pos = $('contleftcol').getPosition();

	  // position de la fenčtre du navigateur
	  var pos2 = 0;
	  if(window.screenX) { pos2 = window.screenX; }
	  if(window.screenLeft) { pos2 = window.screenLeft; }

	  // position X finale
	  var p_left = pos.x.toInt() + pos2;
	  var p_top = 60;
  }

  r_window = window.open(p_url,p_window_name,"width="+p_width+",height="+p_height+",left="+p_left+",top="+p_top+",menubar="+p_menubar+",status="+p_statusbar+",location="+p_locationbar+",scrollbars="+p_scrollbar+",resizable="+p_resizable+",directories="+p_directories+",toolbar="+p_toolbar);
  if (r_window && r_window.open) {
	r_window.focus();
	return r_window;
  }
  return false;
}

function OpenSfBox(){
	openPopUp('http://box.swissfriends.ch', 'swissfriends_box', 800,600,0,0,0,0,0,0,0,0,1) ;
}

function OpenBasisnote(){
  openPopUp('http://www.swissfriends.ch/zf/basisnote/subscribe', 'Basisnote_Storyboard', 700,625,0,0,0,0,0,0,0,0,0) ;
}

function openMobileWizardPopUp(){
	openPopUp('/mobile/wizard_mobile.php', 'wizard_mobile', 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openMobileSendSMSPopUp(member_id){
	openPopUp("/mobile/send_sms.php?dispmod=popup&to_member_id="+member_id, 'send_SMS_mobile', 514,530,0,0,0,0,0,0,0,0,0) ;

}
function openMobileSMStriggerPopUp(member_id){
	openPopUp("/mobile/add_trigger.php?trigger_member_id="+member_id, 'alert_SMS_mobile', 514,530,0,0,0,0,0,0,0,0,0) ;
}

function closeMobileWizardPopUp(){
	window.WizardMobilePopUp.close();
}

function openMemberPopUp(member_id){
	openPopUp('/member/detail/profile.php?member_id='+member_id, 'member_profile_'+member_id, 710,580,0,0,0,0,0,0,0,0,0) ;
}

function openFlashPopUp(member_id){
	openPopUp('/my_sf/flash/flash.php?recipient_id='+member_id, 'flash_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openCallPopUp(member_id){
	openPopUp('/member/call.php?called_id='+member_id, 'call_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openVocalPopUp(member_id){
	openPopUp('/member/vocal_profile.php?called_id='+member_id, 'vocal_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}
function openVocalSendmailPopUp(member_id){
	openPopUp('/member/send_vocal_profile_via_mail.php?called_id='+member_id, 'vocal_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openDenunciationPopUp(member_id){
	openPopUp('/member/denounce.php?denounced_id='+member_id, 'denounce_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openPrivateChatPopUp(member_id, status){
  if (status == 'online') {
	url = '/live/private_chat.php';
	if (member_id > 0) {
	  url += '?add_member_id='+member_id;
	}

	// CHAT Open !
	try {
		if(top.hiddenFrame.achatisopen) {
			top.hiddenFrame.achatisopen = true;
		}
	} catch(e) {}
	try {
		if(opener.top.hiddenFrame.achatisopen) {
			opener.top.hiddenFrame.achatisopen = true;
		}
	} catch(e) {}

	var op = openPopUp(url ,'privateChat',754,580,0,0,0,0,0,0,0,0,0) ;
  } else {
	openPopUp('/live/unable_to_chat_popup.php?member_id='+member_id+'&status='+status ,'unableToChatPopup', 305,320,0,0,0,0,0,0,0,0,0);
  }
}

function openPublicChatPopUp(){
	openPopUp('/live/public_chat.php','publicChat',570,580,0,0,0,0,0,0,0,0,0) ;
}

function openChatAlertPopUp(member_name, member_id){
	openPopUp('/live/alert_popup.php?member_name='+member_name+'&member_id='+member_id,'alert_box',305,320,0,0,0,0,0,0,0,0,0) ;
}

function openSendMailPopUp(member_id){
	openPopUp('/my_sf/mailbox/write.php?recipient_id='+member_id, 'write_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openSendMailAdsPopUp(member_id, ads_title){
	openPopUp('/my_sf/mailbox/write.php?recipient_id='+member_id+'&ads_title='+ads_title, 'write_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openSendMailNicknamePopUp(){
	openPopUp('/my_sf/mailbox/write_nickname.php','write_nickname',514,530,0,0,0,0,0,0,0,0,0) ;
}

function openSendMailFriendsPopUp(){
	openPopUp('/my_sf/mailbox/write_friends.php','write_friends',514,530,0,0,0,0,0,0,0,0,0) ;
}

function openSendPhotoPopUp(member_id){
	openPopUp('/my_sf/mailbox/send_photo.php?recipient_id='+member_id, 'send_photo_'+member_id, 514,530,0,0,0,0,0,0,0,0,0) ;
}

function openMailboxPopUp(member_id){
	openPopUp('/my_sf/mailbox/read_messages.php?member_id='+member_id, 'messages_'+member_id, 710,580,0,0,0,0,0,0,0,0,0) ;
}

function openMailPhotoPopUp(photo_filename){
	openPopUp('/my_sf/mailbox/display_mailbox_photo.php?photo='+photo_filename, 'mailbox_photo', 317,317,0,0,0,0,0,0,0,0,0) ;
}

function openPhotoPopUp(photo_filename, type){
	openPopUp('/account/profile/display_account_photo.php?photo='+photo_filename+'&type='+type, 'profile_photo', 317,317,0,0,0,0,0,0,0,0,0) ;
}

function openSendProfilePopUp(member_id){
	openPopUp('/member/send_profile.php?member_id='+member_id,'write_friends',305,320,0,0,0,0,0,0,0,0,0) ;
}

function openRecommendation(recommendation){
	openPopUp('/my_sf/my_contact_recomendation.php?recomendation='+recommendation, 'recomendation', 305,320,0,0,0,0,0,0,0,0,0) ;
}

function openActionRequestPopUp(action, member_id){
	openPopUp('/member/action_request.php?action='+action+'&member_id='+member_id,'action_request',305,320,0,0,0,0,0,0,0,0,0) ;
}

function openFlashPopUpCoverflow(action, member_id){
	openFlashPopUp(member_id);
}

function openSetHomePagePopUp(){
	openPopUp('/my_sf/set_home_page.php','customize_window',514,530,0,0,0,0,0,0,0,0,0);
}

function openResolveProblemPopUp(){
	openPopUp('/live/resolve_problems.php','resolve_window',514,530,0,0,0,0,0,0,0,0,0);
}

function openPopUpCustomizeProfile(){
	openPopUp('/member/detail/customize_profile.php','customize_window',514,530,0,0,0,0,0,0,0,0,0);
}

function openPaymentCvvCode(){
	openPopUp('/payment/cvv_code_detail.php','help_window',514,600,0,0,0,0,0,0,0,0,0);
}

function openContestConditions(){
	openPopUp('/contest/contest_conditions.php','contest_conditions',514,600,0,0,0,0,0,0,0,0,0);
}

function openRenewAboConditions(lang){
	openPopUp('/payment/renew_conditions.php?lang='+lang,'renew_conditions',650,550,0,0,0,0,0,0,0,0,0);
}

function openWECelibataires(action, width, height){
	openPopUp('/outside/week_end_celibataire/'+action+'.php','we_celibataires_'+action,width,height,0,0,0,0,0,0,0,0,0);
}

function openSunsetApero(action, event, width, height){
	openPopUp('/outside/sunset_apero/'+action+'.php'+(event>0 ? '?idevent='+event : ''),'sunset_apero_'+action,width,height,0,0,0,0,0,0,0,0,0);
}
