Using the comp_in_new function
==============================

comp_in_new is the javascript function to popup a new compose window.

the function needs one argument:
1) url with arguments to the compose window.

example 1:
<a href="javascript:void(0)" onclick="comp_in_new("")> 

example 2:
<a href="javascript:void(0)" onclick="comp_in_new("../../src/compose.php?argument1=true&amp;argument2=test")> 

