/*******************************************************************************\
|	Name:		Comments														|
|	Filename:	comments.js														|
|	Version:	2.0.0															|		
|	Author:		Eric van Blokland												|	
|	Project:	Shared library													|
|	Summary:	General comments javascript functions							|
|																				|
\*******************************************************************************/
function coms_structure_openmain(href) { 		
	window.top.frameMain.frameStructureMain.location.href=href;
}

function coms_structure_main_load()	{
	top.frameMain.document.all.frameset.cols="0,*";
}

function coms_structure_main_unload()	{	
	top.frameMain.frameStructureLoading.loading();
	top.frameMain.document.all.frameset.cols="*,0";
}