function MM_openBrWindow(theURL,winName,features)
{
//v2.0  window.open(theURL,winName,features);
}

/*function openTerms()
{  window.open('http://www.bayerus.com/terms.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function openPrivacy()
{  window.open('http://www.bayerus.com/privacy.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}

function openImprint() 
{  window.open('http://www.bayerus.com/imprint.html','popup','width=290,height=330,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
}*/

function openVideo()
{
window.open('assets/Rid_Demo_hi/index.html','popup','width=590,height=510');
}

function openVideo2()
{
window.open('../assets/Rid_Demo_hi/index.html','popup','width=590,height=510');



}

function popUp(URL) {
window.open( "story_form.html", "myWindow", 
"status = 1, height = 900, width = 800, resizable = 0" );
}