function sIper_GetNoStruct(  ){

	stURL = window.location.href;
	nIdx = stURL.indexOf( "nostruct=1" );

	if( nIdx >=0 ) {
		stNoStruct = "nostruct=1";
	}else{
		stNoStruct = "nostruct=0";
	}

	return stNoStruct;
}

