// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function taf(){       
	eval("window.open('http://rtmlwise.com/etfashionnetwork/index.php?pageurl="+window.location+"','popup','menubar=no,scrollbars=no,width=500,height=575')");  
}
function validate_form ( ) {
	valid = true;
    if ( document.form.email.value == "" ) {
    	alert ( "Please fill in the 'Email' box." );
		valid = false;
	}
	return valid;
}
function popup(src) {
  win = window.open(src,"","top=20,left=20,height=300,width=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes")
}

