var currentlyVisibleSelect='';

function init(){
	if (location.href.indexOf('preview')!= -1)
		surf_and_edit();
}

function include_ie_css()
{
  document.write("<!--[if lt IE 7]>");
  document.write( "<link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"/css/layout_gui_ie.css\" />" );
  document.write( "<style type=\"text/css\" media=\"screen\">" );
  document.write( "body {" );
  document.write( "behavior: url(/css/csshover.htc);" );
  document.write( "}" );
  document.write( "</style>" );
  document.write( "<![endif]-->" );
}

