﻿function toggle_menu(id){

var box = document.getElementById(id);
var sts = box.style.display;
var count = document.getElementById('ctnr_total').value;

	if(!sts || sts == 'none'){
	box.style.display = 'none';
	box.style.display = 'block';
	}else{
	box.style.display = 'none';
	}
	
	for(i = 1; i < count; i++){
	boxid = 'ctnr_'+i;
		if(boxid != id )
		document.getElementById(boxid).style.display = 'none';
	}

}

function showpict(source){
document.getElementById('domsze').innerHTML="<div id=\"floatz\"><a href=\"javascript:closepict();\"><img src=\"fileshack/gallery/A"+source+".jpg\"></a></div>";
changeOpac(0, 'floatz');
opacity('floatz', 0, 100, 500);
}

function empty(){
document.getElementById('domsze').innerHTML="";
}
	
function closepict(){
opacity('floatz', 100, 0, 500);
setTimeout('empty();', 500);
}

// Open APPFORM
function openwindow(){
window.open("http://www.rinoplasti.com/appform.html","Requests","top=50,left=50', menubar=0,resizable=0,scrollbars=1,width=600,height=600");
}

// Open APPFORM2
function openwindow2(){
window.open("http://www.rinoplasti.com/outform.html","Requests","top=50,left=50', menubar=0,resizable=0,scrollbars=1,width=600,height=600");
}

// Open Msnwin
function openmsnWin(){
window.open("http://www.rinoplasti.com/msnwin.html","Requests","top=50,left=50', menubar=0,resizable=0,scrollbars=1,width=540,height=440");
}

