<!--
var favoriteurl="http://www.sseclinic.com/"
var favoritetitle="d"
function addfavorites() { if (document.all) window.external.AddFavorite(favoriteurl,favoritetitle) }

function pop(URL,winName,features){ 
	window.open(URL,winName,features); 
	return;
} 

function pop2(URL,winName,features){
        window.open(URL,winName,features);
        return;
}

 function dualLocation (URL1){
    top.Main.location.href=URL1; 
}


function main_photo(URL){
   var bwidth = 800;
   var bheight = 580;
   window.open(URL,'popup','width='+ bwidth +',height='+ bheight +',resizable=no,scrollbars=no,toolbar=no');

        return;
}
  
 function OpenerLocation (URL1){
    opener.parent.Main.location.href = URL1;
    //self.close();
}

var view;
function _view(num)
{
	if(view) 
	{
		obj2 = eval("document.all.L_"+view);
		obj2.style.display='none';
	}
	obj = eval("document.all.L_"+num);
	obj.style.display='block';
	view = num;
} 

function clearValue(object) 
{
    object.value = '';
}


// ΐΜΉΜΑφ 
function high(which2){
        theobject=which2
        highlighting=setInterval("highlightit(theobject)",80)
}

function low(which2){
        clearInterval(highlighting)
        which2.filters.alpha.opacity=80;
}

function highlightit(cur2){
        if (cur2.filters.alpha.opacity<100)
                cur2.filters.alpha.opacity+=5;
        else if (window.highlighting)
                clearInterval(highlighting);
}


function doBlink() {
var blink = document.all.tags("BLINK")
for (var i=0; i < blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}

function startBlink() {
if (document.all)
setInterval("doBlink()",700)
}
// window.onload = startBlink;


function color_select(color) 
{
        input.title_color.value = color 
        input.subject.style.color = "#"+ color
        //document.all.asdf.write = "asdf";
        input.subject.focus();
        return;
}

function color_bgselect(color) 
{
        input.subject_bgcolor.value = color 
        input.subject.style.background = "#"+ color
        input.subject.focus();
        return;
}

function view_sub(num) {
	var obj = eval("document.all.sub_" + num);

	if (obj.style.display == "none") {
		obj.style.display = "block";
	} else {
		obj.style.display = "none";
	}
}
//-->
