function video1(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video1.html', 'Welcome Video - Coming Soon!', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video2(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video2.html', 'Invisalign', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video3(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video3.html', 'Dental Implants', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video4(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video4.html', 'Porcelain Crown', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}
function video5(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video5.html', 'Teeth Whitening', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video6(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video8.html', 'Snoring and Sleep Apnea', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video7(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video7.html', 'Cosmetic Imaging', 'width=440px,height=330px,center=1,resize=0,scrolling=1')
}

function video9(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/dental-care/slid1.html', 'Traditional vs Modern Tooth Decay Models', 'width=510px,height=430px,center=1,resize=0,scrolling=1')
}
function video10(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/video9.html', 'Traditional vs Modern Tooth Decay Models', 'width=600px,height=450px,center=1,resize=0,scrolling=1')
}
function newsletter(){
	emailwindow=dhtmlmodal.open('EmailBox', 'iframe', 'http://www.drleoarellano.com/modalfiles/newsletter.html', 'Sign up to Newsletter', 'width=450px,height=180px,center=1,resize=0,scrolling=1')
}

function PopupCenter(pageURL, title,w,h) {
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var targetWin = window.open (pageURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
}


