//begin laserjet.html video
function hideflash() {
document.getElementById('demo-iframe').src = '';
}

function showflash() {
document.getElementById('demo-iframe').src = 'http://h41308.www4.hp.com/richmedia/?cc=de&ll=de&cat=printing and digital imaging&prd=HP Color LaserJet CP1510 Printer series&popup&iframe=true';
}
//end laserjet.html video


//begin officejet.html video
function showswfobject() {
//var so = new SWFObject("http://h41308.www4.hp.com/richmedia/assets/de/printing%20and%20digital%20imaging/HP%20Officejet%20Pro%208500%20All-in-One/hp-pro-8500-de.swf", "Enter movie name", "352", "301", "8", "#FFFFFF");
//so.useExpressInstall("http://h41111.www4.hp.com/flash/expressinstall.swf");
//so.write("flashcontent");
document.getElementById('officejet-iframe').src = 'http://h41308.www4.hp.com/richmedia/?cc=de&ll=de&cat=printing and digital imaging&prd=HP Officejet Pro 8500 All-in-One&popup&iframe=true';
}

function hideswfobject() {
//var so = new SWFObject("", "Enter movie name", "600", "600", "8", "#ffffff");
//so.useExpressInstall("http://h41111.www4.hp.com/flash/expressinstall.swf");
//so.write("flashcontent");
document.getElementById('officejet-iframe').src = '';
}
//end officejet.html video