\n');
}
function chg_height(nheight) {
var video_studioObj = isInternetExplorer ? document.all.video_studio : document.video_studio;
/*
out_str = '';
for (z in video_studioObj) {
out_str += z +": "+ video_studioObj[z] +"\n";
} // for (z in video_studioObj) {
alert(out_str);
*/
video_studioObj.setAttribute('height', nheight);
} // function chg_height(nheight) {
function MM_openWindow(theURL,winName,features) { //v3.0
window.open(theURL,winName,features);
}
//-->