function GO()
{
 var sel = document.getElementById('texto');
// sel.style.display = 'none';
// alert(  sel.value);
 str="http://www.toxic.com.ua/show_s.php?texto="+sel.value;
 document.location.href=str;

}
function  KeyPress(val)
{
    if (window.event.srcElement.tagName == "INPUT" && window.event.keyCode==13) 
	GO();

//  	 alert(window.event.keyCode); 

}

function Search_f()
{
 alert('Search');
 var sel = document.GetElementByID("XXX");
// sel.style.display = 'none';


 //str="http://www.toxic.com.ua/show_s.php?XXX="+sel.value;
 alert(  sel.value);
// document.location.href=str;
 
}

//function CenterWindow(mypage,myname,w,h,scroll){
//	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
//	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
//	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
//	win = window.open(mypage,myname,settings)
//}



var win = null;

//function CenterWindow(mypage,myname,w,h,scroll){
//	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
//	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
//	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
//	win = window.open(mypage,myname,settings)
//}


function open_w(param)
{
  str="http://www.toxic.com.ua/pic.php?src="+param;
//  alert(str);


  myWin= open(str, "displayWindow",
    "width=800,height=600,status=no,toolbar=no,menubar=no,scrollbars=no");



}