function popUp(URL, winName, properties){
 desktop=window.open(URL, winName, properties);
}

function siff07(){
 popUp('videos/2007/SIFF2007.html', 'siff07', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=600, height=600, resizable=no');	
}

function cityparade(){
 popUp('videos/2007/cityparade.html', 'cityparade', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=600, height=600, resizable=no');	
}

function competition(){
 popUp('videos/2007/Competition.html', 'competition', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=600, height=600, resizable=no');	
}

function sayangkinabalu(){
 popUp('videos/2007/SayangKinabalu.html', 'sayangkinabalu', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=600, height=600, resizable=no');	
}

function siff2007_slides(){
 popUp('videos/2007/siff2007_slides.html', 'siff2007', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=600, height=400, resizable=no');
}

function siff2009_launch_news(){
 popUp('siffnews_2009.html', 'siffnews', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=700, height=600, resizable=no');
}

function kalimaran(){
 popUp('videos/kalimaran/kalimaran_news.html', 'kalimaran', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=700, height=600, resizable=no');
}

function siff2011_participants(){
 popUp('videos/2011/index.html', 'SIFF 2011', 'toolbar=no, location=center, status=yes, menubar=no, scrollbars=yes, width=700, height=600, resizable=no');
}




