// START WINDOW POPUP CODE


/**
 * @param target the product id of the page that called this function, only to help debuggin
 */


function launchDemo1(target) {
	openWindow('http://www.hp.com/personalagain/us/en/dragon.html', 850, 700);
}




function launchDemo2(target) {
	openWindow('videos/S3300.mov', 320, 200);
}


function launchDemo3(target) {
	openWindow('videos/ALWAYSINCONTROL.mov', 320, 200);
}



function launchDemo4(target) {
	openWindow('videos/SOYUZ.mov', 320, 200);
}




function launchDemo5(target) {
	openWindow('popup5/HP_Pavilion_dv6000se.html', 820, 620);
}


function launchDemo6(target) {
	openWindow('videos/ALWAYSINCONTROL.mov', 320, 200);
}

function launchDemo8(target) {
	openWindow('popup8/HP_Pavilion_dv2800.html', 820, 620);
}




function openWindow(url, width, height) {
	

//alert(url);
	win = window.open(url,'mywin', 'width='+width+',height='+height+',toolbar=0,resizable=1');
}



// END WINDOW POPUP CODE
