// JavaScript Document
function advert_video(code){
	if(code == '2008-11'){
		var width = '360px';
		var height = '320px';
	} else if(code == '2009-05-w'){
		var width = '720px';
		var height = '435x';
	}
	$.facebox('<iframe src="http://www.neways-hu.com/inc/player/index'+code+'.html" name="fid1" id="fid1" width="'+width+'" height="'+height+'" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>');
}
