function Openme(url,type) {

    var wset;
		if (type == 1){
			wset="scrollbars=no,width=500,height=610,top=30,left=30,resizable=yes";
		} else if(type == 2) {
    	wset="scrollbars=yes,top=30,left=30,resizable=yes";
    }
    flyout=window.open(url,"subset",wset);


	  window.flyout.focus();

}

function submitnav(action, subitem) {

	document.form1.action=action;
	document.form1.subitem.value=subitem;
	document.form1.submit();
}
function print_mail_to_link(user, domain){
    document.write('<a href="mailto://'+user+'@'+domain+'">'+user+'@'+domain+"</a>");
} 
