// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function init()
{
  
 	YAHOO.namespace("example.container");
 	YAHOO.example.container.tt1 = new YAHOO.widget.Tooltip("tt1", 
							{ context:"login_status", 
							  text:"click here to go to your Virgo home" });
	
  
}

function openProfileWindow(url,id){
	 
 	window.open(url,id,"scrollbars=1, menubar=0,resizable=0,width=600,height=1000");
}