
function postPoll(pollid)
{	
	new Ajax.Request("http://www.ras-pipeline.de/ajaxhandler/poll/",
	{
		method: 'post',
		parameters: $('pollForm' + pollid).serialize(true),			
		onSuccess: function(transport)
		{																
			$('pollContainer' + pollid).innerHTML = transport.responseText;				
			document.cookie = "votedPoll" + pollid + "=1; path=/";
		}
	});			
}

function OpenFolder(url)
{
	var pxWidth = 790;
	var pxHeight = 570;
	
	var left = (screen.width - pxWidth) / 2;
	var top = (screen.height - pxHeight) / 2;	
		
	var fldPopup = window.open(url, 'WIABfolderWindow', "left="+left+",top="+top+",width="+pxWidth+",height="+pxHeight+",resizable=No,scrollbars=No");			
	fldPopup.focus();
}


function printPage(url)
{
	window.open(url+((url.indexOf('?') == -1)?'?':'&')+'do=print', "WIABprint","width=700, height=400");
}

function mailPage(title, url)
{
	location.href="mailto:?SUBJECT="+title+"&BODY="+url;
}



/* overlib */

document.write('<div id="overDiv" class="overDiv"></div>');	


var tipMsg = new Array();

/* pages overview */
tipMsg['nl'] = "Ga naar onze Nederlandse website";
tipMsg['en'] = "Go to our English website";
tipMsg['de'] = "Besuchen Sie unsere Deutsche Website";