

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}



var k_push_vars = {
     "display_after": 30,
	"view_percentage": 1,
	"popup_font_color": "#000000",
	"popup_background": "#ffffff",
	"popup_separator": "#D4E2F0",
	"header": "Your feedback is important to us!",
	"question": "Would you be willing to give us a short (1 minute) feedback?",
	"footer": "Thank you for helping us improve our website",
	"remind": "Remind me later",
	"remind_font_color": "#3882C3",	
	"yes": "Yes",
	"no": "No",
	"text_direction": "ltr",
	"images_dir": "http://cf.kampyle.com/",
	"yes_background": "#76AC78",
	"no_background": "#8D9B86",
	"site_code": 3452177
}



function openPopup()
{
 window.open("../invitefriends/index.php", "Refer_a_Friend", "location=1,status=1,scrollbars=1,resizable=1, width=" + (screen.width*2/3) + ", height=" + (screen.height*2/3) + ", top=" + (screen.height/6) + ", left=" + (screen.width/6));
 return false;
}



Spry.Utils.addLoadListener(function() {

MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../spryassets/sprymenubarrighthover.gif"});


});
