<!--
if (parent.frames.length > 0) {
    parent.location.replace("http://www.muratece.com/");
    window.open("http://www.google.com/", "", "top=1,left=1,width=screen.availWidth,height=screen.availHeight,fullscreen=1,menubar=0,titlebar=0,toolbar=0,status=0,location=0");
}

function fulls(){
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
    	myX = window.screenX
	myY = window.screenY
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
        myX = window.screenLeft
	myY = window.screenTop
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
        myX = window.screenLeft
	myY = window.screenTop
  }
	hei = 800;
	wid = 800;
	if (myHeight<hei){
		window.moveTo (myX,0)
		if (hei<screen.height){
			window.resizeTo(wid,hei);
		} else {
			window.resizeTo(wid,screen.height);
		}
	}
}

function tell() {
	var openflash = window.open("http://www.muratece.com/index.html", "", "top=10,left=10,width=460,height=450,scrollbars=yes")
}

// -->
