// Bookmarks

function CreateBookmarkLink() {
	title="PIVIAN exchange - Auslandsaufenthalte in Südamerika"; url="http://www.pivianexchange.com";
	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) { // Opera Hotlist
		return true; }
}

// Framekiller

// if (parent.frames.length>=1) {
//  	window.top.location.href=document.location;
// }

// Popups

function createWindow(cUrl,cName,cFeatures) {
	var xWin = window.open(cUrl,cName,cFeatures)
}

// Page Evaluation Window

function replywin_e(strparam) {  
	replyw_e=open("","mywindow_e","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbar=1,resizable=1,width=550,height=500,left=0,top=0")
}

// Status Bar

window.defaultStatus = "Sprachreisen und Auslandsprogramme mit Pivian exchange";

// Radio Button / Checkbox Selection Text Link

function changeBox(cbox) {
box = eval(cbox);
box.checked = !box.checked;
}